PUBLIC ox =sys(1075) close data IF !FILE("frames.dbf") CREATE TABLE frames (frameno i,objno i,x1 i,y1 i,x2 i,y2 i) ELSE USE frames ENDIF ox = Create("myForm") ox.show DEFINE CLASS myForm AS FORM pendown = .f. oldx = -1 oldy = 0 frameno = 1 objno = 1 add object cmdQuit as Commandbutton WITH ; caption= "Quit",cancel=.t.,width = 60 add object cmdErase as Commandbutton WITH ; caption= "Erase",left = 80,width = 60 add object cmdPlay as Commandbutton WITH ; caption= "\